tokenize
Regex-based strstr function in C
I needed to find a way to get a pointer to a substring (like strstr, first occurence) to more than one possible needles (patterns) a large string. C\'s standard strstr() does only support one needle,[详细]
2023-03-02 18:31 分类:问答Android and the CommaTokenizer
I need a Tokenizer (for the AutoCompl开发者_如何学编程eteTextview) which can do the following:[详细]
2023-03-01 08:09 分类:问答How can I detect if a string contains a URL in java? [duplicate]
This question already has answers here: 开发者_开发百科 Closed 11 years ago. Possible Duplicate: Java-How to detect the presence of URL in a string.[详细]
2023-02-28 18:08 分类:问答Create a new instance of a subclass when I don't want to know the name of it
(I\'m pretty new to C# so bear with me, started 2 days ago) Ok, her开发者_如何转开发e is the general structure and idea[详细]
2023-02-28 15:43 分类:问答Tokenize text into type,string pairs
I am looking for a way to tokenize a string and produce a list of tokens and token types. Before I waste my effort I\'d like to know if boost can already do what I want.[详细]
2023-02-28 07:54 分类:问答Regex in java for the string
I am very new programmer to Java regular expressions. I do not want to use java split with delimiters and try getting the individual tokens. I don\'t feel its a neat way. I have the following string[详细]
2023-02-26 04:16 分类:问答Fast String tokenization in C/C++
开发者_如何学GoI\'m working on a C/C++ app (in Visual Studio 2010) where I need to tokenize a comma delimited string and I would like this to be as fast as possible. Currently I\'m using strtok_s. I r[详细]
2023-02-25 01:36 分类:问答Displaying first and last lines of Text File?
I have a GUI program that开发者_如何学运维 I\'m using to navigate a text file. It\'s nothing too complex, just the ability to browse the file and add new information to it. However I would also like t[详细]
2023-02-23 18:15 分类:问答Help please, while loop and tokenizer and reading files
I need help, obviously. Our assignment is to retrieve a file and categorize it and display it in another file. Last name first name then grade. I am having trouble with getting a loop going because of[详细]
2023-02-22 10:05 分类:问答What Javascript constructs does JsLex incorrectly lex?
JsLex is a Javascript lexer I\'ve written in Python.It does a good job for a day\'s work (or so), but I\'m sure there are cases it gets wrong.In particular, it doesn\'t understand anything about semic[详细]
2023-02-22 07:36 分类:问答