Regex tester
Pattern
Input
update test_table set text = :p1 where text = 'jana:klara' or some_value = :value or info = 'two'

update test_table set text =:p1 where text = 'jana:klara' or some_value =:value or info = 'two'
Options
Replacement
Click the context tab to see replacements.
2 matches found in about 4 milliseconds.
IndexPositionMatched StringReplacement
051:@
1151:@
update test_table set text = :p1 where text = 'jana@klara' or some_value = :value or info = 'two'
​
​update test_table set text =:p1 where text = 'jana@klara' or some_value =:value or info = 'two'
  1. update test_table set text = :p1 where text = 'jana
  2. klara' or some_value = :value or info = 'two'

    update test_table set text =:p1 where text = 'jana
  3. klara' or some_value =:value or info = 'two'