Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Wildcard replace string

New Here ,
Sep 04, 2010 Sep 04, 2010

My Search string works fine, i.e. search for any instance of a lowercase letter followed by a period, a tab, and any instance of an uppercase letter, which looks like this: [a-z].\t[A-Z]. Now I want to replace the entire search string with just the results of the [A-Z] portion. How should this replace string read?

698
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 04, 2010 Sep 04, 2010
LATEST

No can do. Proper regex support has been a long-standing wish list item for FM.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines