Hi,
I would like to highlight a particular word-pattern either individually, within or end of string in b4A
For example:
The pattern 'rail' should be highlighted in red colour in the sentence 'Railway tracks are made of iron. The rail ran over the dog and its entrails came out'.
The sequence of letters marked in 'underline' should be highlighted in the above example.
i) What is the regex expression to match this pattern and how should the word be highlighted ?
Thanks..
I would like to highlight a particular word-pattern either individually, within or end of string in b4A
For example:
The pattern 'rail' should be highlighted in red colour in the sentence 'Railway tracks are made of iron. The rail ran over the dog and its entrails came out'.
The sequence of letters marked in 'underline' should be highlighted in the above example.
i) What is the regex expression to match this pattern and how should the word be highlighted ?
Thanks..