By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
2 rows affected
| myfield | fieldoutput | occ |
|---|---|---|
| Get text XX after each XX nth XX occurrence XX from string | after | 1 |
| Get text XX after each XX nth XX occurrence XX from string | nth | 2 |
| Get text XX after each XX nth XX occurrence XX from string | occurrence | 3 |
| Get text XX after each XX nth XX occurrence XX from string | from | 4 |
| The quick XX brown fox XX jumps over the XX lazy dog | brown | 1 |
| The quick XX brown fox XX jumps over the XX lazy dog | jumps | 2 |
| The quick XX brown fox XX jumps over the XX lazy dog | lazy | 3 |