Skip to Content
0
Former Member
Jan 27, 2009 at 03:50 PM

RegEx like in SQL WHERE

298 Views

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?