Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arekgotfryd/ff02e425d122874e45fd5c83c2dbe4ba to your computer and use it in GitHub Desktop.
Save arekgotfryd/ff02e425d122874e45fd5c83c2dbe4ba to your computer and use it in GitHub Desktop.
Find: "(\d),(\d)(\d) zł"
Replace: $1.$2$3
Example:
It replaces expression "3,49 zł" to 3.49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment