RavenProject / ravenwallet-ios

MIT License
25 stars 21 forks source link

Regex cleanup #153

Closed spyder46n2 closed 3 years ago

spyder46n2 commented 3 years ago

This was spawned by the PR submitted by @a2hill. He noticed the regex strings didn't match across the core and mobile wallets. I expanded that and modified all three (ios, android, and core/qt) to match names and strings. Spent a bunch of time testing this since I don't trust regex to function identical across all three platforms.