Hello!
I want to search in internal tables lines like I do this in where expression of sql, but thought the instrumentality of RegEx.
For example, internal table have 2 lines:
Implementations and running times
implementation language
I want to find like in SQL such string 'implrun*'
How can I do that in RegEx?