Search Results

Search found 3 results on 1 pages for 'wemakeweb'.

Page 1/1 | 1 

  • Regex remove everything thats outside { }

    - by wemakeweb
    Regex to remove everything outside the { } for example: before: |loader|1|2|3|4|5|6|7|8|9|{"data" : "some data" } after: {"data" : "some data" } with @Marcelo's regex this works but not if there are others {} inside the {} like here: "|loader|1|2|3|4|5|6|7|8|9| {'data': [ {'data':'some data'} ], }"

    Read the article

1