Vinen
God is dead
- 2,791
- 497
You work in corporate america and you don't see that in your current corporation?
Irrelevant. One is tax payer funded another is not
You work in corporate america and you don't see that in your current corporation?
Because I need it to match specifically to that pattern. There is other CSV text in the string that I need it to NOT match against when not wrapped in parens.Maybe they're really efficient.
This feels like the wrong usage for a regex. Why not strip [0] and [-1] and then split on comma?
I'm not good enough at regex for this, sorry. My inclination would be to regex between first open and close parentheses and then split the result on comma. That might be more expensive than a repeated capture group, which I think is what you want.Because I need it to match specifically to that pattern. There is other CSV text in the string that I need it to NOT match against when not wrapped in parens.
There's a possibility of two types of inputs:I'm not good enough at regex for this, sorry. My inclination would be to regex between first open and close parentheses and then split the result on comma. That might be more expensive than a repeated capture group, which I think is what you want.
EDIT: thought on your problem a bit more.
You're saying there could be "(73245q0987q03498trq09ew8r)" that you'd want to ignore and "(132352345029q348029384,bob)" that you'd want because it contains that comma?
So, what I suggestedThere's a possibility of two types of inputs:
A,B,C,D,E,F
and
(A,B,128)
Basically I needed a regex that would match line 1 but not line 2 and vice versa.
But, it's fine, I got everything working. Basically used a regex that matches the parens string, then just manually remove the parens and split off the ','.
Nice, cool as fuck list.Products & Services Listing
3rd Gen Forward-Looking Infrared
...<snip>
Zumwalt-Class Destroyer
Alright Regex experts, I need a pattern to match this...
(R,C,126)
I need the pattern match on the parenthesis BUT exclude them in the result, as well as then match a comma-separated list of values excluding the commas. So, using an iterator, the output would be:
R
C
126
This is for C++, if that makes any difference. Javascript has some limitations with its regex expressions which isn't implacable here.
Yeah, what is super simple in Javascript, Java, or C# is ugly and a pain in the ass in C++. I'll be glad when I'm done with this course. I absolutely cannot stand working with this language.I am dogshit at C++.
Sounds like you're already done. The purpose of teaching C++ is to make you hate it and appreciate other languages.Yeah, what is super simple in Javascript, Java, or C# is ugly and a pain in the ass in C++. I'll be glad when I'm done with this course. I absolutely cannot stand working with this language.
I have a friend that works for them and he says that this is all true based on the support he has to give users. It is also all the rage.I've been hearing that SalesForce admin work is pretty lucrative right now and fairly high in demand. At the same time, barriers to entry are fairly low. A study guide that can be banged out in a couple of weeks easily and then a multiple choice test of 90 questions or so.