new methods
how i can switch terms similar "(august)(2012)" -> "2012.08"
or words "one two three"...
this are simple cases. multiple replace only works if count of charactr is known..
it need a methods can tract terms with unknown amount of characters.
like use of seperatorlist to cut a string in terms..
maybe its useful to think about a system use of variables for a micro-code
or words "one two three"...
this are simple cases. multiple replace only works if count of charactr is known..
it need a methods can tract terms with unknown amount of characters.
like use of seperatorlist to cut a string in terms..
maybe its useful to think about a system use of variables for a micro-code
Reply to #1:
I wrote a simple 12 entry list replace the has one entry per month. That's by far the easiest way to handle that part of the problem. The rest is a simple pattern match.
I wrote a simple 12 entry list replace the has one entry per month. That's by far the easiest way to handle that part of the problem. The rest is a simple pattern match.
Reply to #1:
I wrote a simple 12 entry list replace the has one entry per month. That's by far the easiest way to handle that part of the problem. The rest is a simple pattern match.
Could you clarify what you mean by 'variables for micro-code'?
I wrote a simple 12 entry list replace the has one entry per month. That's by far the easiest way to handle that part of the problem. The rest is a simple pattern match.
Could you clarify what you mean by 'variables for micro-code'?