search for: achor

Displaying 4 results from an estimated 4 matches for "achor".

Did you mean: anchor
2009 Jun 08
1
Achoring MEdia
I have 2 hosts that Asterisk is in between of...and for both I have canreinvite=no - but asterisk still sends re-invite to get out of the media path. ? Proxy 1 --> Asterisk--> Proxy 2 ? I want asterisk to anshor media.. ? In extenstions.conf I have an entry to send calls for say 5551000 to proxy 2 and if? I suffix that entry with ||t , asterisk does anchor media.... ? However, it is
2011 Apr 03
4
replace last 3 characters of string
Hi, I would like to replace the last tree characters of the values of a certain column in a dataframe. This replacement should only take place if the last three characters correspond to the value "/:/" and they should be replaced with ""(blank) I cannot perform a simple gsub because the characters /:/ might also be present somewhere else in the string values and then they
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
...o matches() then we can remove those bools. This is the manpage: REG_NEWLINE "Compile for newline-sensitive matching. By default, newline is a completely ordinary character with no special meaning in either REs or strings. With this flag,. [^ bracket expressions and . never match newline, a ^ achor matches the null string after any newline in the string in addition to its normal function, and the $ anchor matches the null string before any newline in the string in addition to its normal function. REG_NOTBOL The first character of the stringis not the beginning of a line, so the ^ anchor shou...
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
Woot! Thanks a bunch Edwin! Some comments on the patch: -- I'm not sure if it makes sense to import the man pages, if we only expose Regex.h. > diff --git a/include/llvm/Support/Regex.h b/include/llvm/Support/Regex.h > new file mode 100644 > index 0000000..314bff4 > --- /dev/null > +++ b/include/llvm/Support/Regex.h > @@ -0,0 +1,49 @@ > +//===-- Regex.h - Regular