Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 "The:quick:brown:fox:jumps:over:the:lazy:dog:"

So, why would this be useful? Well, as demonstrated above, it's a great way to simultaneously remove whitespace, other unwanted characters, and replace them with a desired character. Here we can convert a very badly formatted date to look exactly the way we want:

...