Hi Prex, thanks for replying.
Your description of my string is correct. I have added * to inidicate there are several spaces between the first word and the opening parenthesis.
The following is how the text I'm working on looks like. It has several lines like the one below:
babillard...
Hi,
I have a text which looks something like this:
babillard (adj):taterend;babbelend;kletsend" (noun):babbelkous[m];babbelaar[m];tateraar[m];kletskous[m]"
babillarde
Question 1
I have this regular expression in my script
/^[a-z][a-z]*\s\(.*\)\:[a-z][a-z]*/ (see script below)
which I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.