jeff.dupont@gmail.com
Member
- Joined
- Dec 14, 2006
- Messages
- 8
- Programming Experience
- 5-10
i'm running a RegEx Match for this pattern:
The mysterious issue is that it locks the application (seemingly). The cpu spikes at 50% and never drops and the application does not continue. Any help as to why would greatly help.
The match is for the 70 equal signs. However it's parsed within an email so sometimes it comes in as the Hex version of =3D and wraps the line at 70-80 characters (plain text).
I have to split the data into an array based on these line separators so i need them to match.
TIA
-Jeff Dupont
-CAFM Web Developer
Edit: for some reason there's a space showing in the =3D group when viewing it in the forum, yet not when i submit or edit it.
VB.NET:
"((=?3D=?){21,}[\r\n]{1,2}){3}[\r\n]{1,2}"
The mysterious issue is that it locks the application (seemingly). The cpu spikes at 50% and never drops and the application does not continue. Any help as to why would greatly help.
The match is for the 70 equal signs. However it's parsed within an email so sometimes it comes in as the Hex version of =3D and wraps the line at 70-80 characters (plain text).
I have to split the data into an array based on these line separators so i need them to match.
VB.NET:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
TIA
-Jeff Dupont
-CAFM Web Developer
Edit: for some reason there's a space showing in the =3D group when viewing it in the forum, yet not when i submit or edit it.
Last edited by a moderator: