use of regular expressions on Textpad
De persoon die dit onderwerp heeft geplaatst: Angel Llacuna
Angel Llacuna
Angel Llacuna  Identity Verified
Spanje
Local time: 08:48
Engels naar Spaans
May 23, 2018

How can I specify a regular expression on Texpad that searches for the second occurrence of a tab character on each row of a plain text file ?

 
Endre Both
Endre Both  Identity Verified
Duitsland
Local time: 08:48
Engels naar Duits
Test this May 23, 2018

Never heard of Texpad before and didn't find information on the regex flavour it uses, but you could try something like this:

^[^\t]*\t[^\t]*\t

This is predicated on the regex engine representing tabs as \t and allowing for excluding character ranges, e.g. [^\t] meaning any character except tab.

Also, it matches the entire row up to the second tab; if you need only the tab matched, it will get a tad more complicated as you need to look into whether the rege
... See more
Never heard of Texpad before and didn't find information on the regex flavour it uses, but you could try something like this:

^[^\t]*\t[^\t]*\t

This is predicated on the regex engine representing tabs as \t and allowing for excluding character ranges, e.g. [^\t] meaning any character except tab.

Also, it matches the entire row up to the second tab; if you need only the tab matched, it will get a tad more complicated as you need to look into whether the regex engine supports lookbehind (= checking the environment to the left of a potential match, in this case the tab).
Collapse


 
Olaf Schutze (X)
Olaf Schutze (X)  Identity Verified
Vietnam
Engels naar Duits
+ ...
try Feb 18, 2019

Angel Llacuna wrote:


How can I specify a regular expression on Texpad that searches for the second occurrence of a tab character on each row of a plain text file ?


^[^\t]*(\t{1}).*$ // the first
^[^\t]*(\t{2}).*$ //the second


 


To report site rules violations or get help, contact a site moderator:

Moderator(en) van dit forum
Laureana Pavon[Call to this topic]

You can also contact site staff by submitting a support request »

use of regular expressions on Textpad






TM-Town
Manage your TMs and Terms ... and boost your translation business

Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.

More info »
CafeTran Espresso
You've never met a CAT tool this clever!

Translate faster & easier, using a sophisticated CAT tool built by a translator / developer. Accept jobs from clients who use Trados, MemoQ, Wordfast & major CAT tools. Download and start using CafeTran Espresso -- for free

Buy now! »