I am trying to match a pattern with a string in notepad++ software. But application is not able to find the pattern. What is wrong here?
Original string:
SubscriberLicenseTypeUndefinedSubscriberLicenseSubscriberLicenseType
Pattern:
SubscriberLicenseTypeUndefinedSubscriberLicenseSubscriberLicen
RegExp does not match for above mentioned pattern
But when i try to match for:
SubscriberLicenseTypeUndefinedSubscriberLicenseSubscriberLice
It matches.
Why so? Whats wrong here with character 'n'? I am a newbie, please help me.
Bookmarks