RavenProject / ravenwallet-android

MIT License
18 stars 28 forks source link

Regex cleanup #79

Open spyder46n2 opened 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.