Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. let myString = "/example/123/anotherstring"
  2.  
  3. let myString = "/example/anotherstring/123"
  4.  
  5. let expectedString = "/example/replaced/anotherstring"
  6.  
  7. let expectedString = "/example/anotherstring/replaced"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement