I'm trying to split this type of string in node.js currently to send information from one server to another. I'm having trouble getting any regular expression to work considering I kind of stink at Regular Expressions in Node.js or any language at the moment. I'm trying to make it easier on myself without having a bunch of strings that replace or are split into an array. So, here's the string:
[email protected]
Is it possible to just get the name from this string without .replace() and .split()?
?!identity@andurl.url. I've tried and i've been stumped.