Bookmarks
2019
August
29
Super oferta – gwarantowany 8% zwrot z najmu :-)
Aug
29
2019
https://independenttrader.pl/super-oferta-gwarantowany-8-zwrot-z-najmu.html
How to filter names (in unicode) using regular expressions
Aug
29
2019
fun escapeSpecialCharacters(string: String): String { return string.replace("[^\\p{L}\\p{N}\\p{P}\\p{Z}]".toRegex(), "_") } Unicode Regular Expressions