[asterisk-bugs] [JIRA] (ASTERISK-26471) func_strings: Better documentation for REGEX Function, and minor text fixes
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Mon Oct 17 09:41:03 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=232740#comment-232740 ]
Corey Farrell commented on ASTERISK-26471:
------------------------------------------
Strange about the white-space. CR, LF and tab are all whitespace, and I thought XML is supposed to replace consecutive whitespace with a single space.
> func_strings: Better documentation for REGEX Function, and minor text fixes
> ---------------------------------------------------------------------------
>
> Key: ASTERISK-26471
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26471
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Documentation, Functions/func_strings
> Affects Versions: GIT
> Reporter: xrobau
> Severity: Trivial
> Attachments: regex-2.diff, whitespace-1.diff
>
>
> The 'REGEX' function's documentation is sparse and needs improvement.
> A suggested update is attached as a diff.
> There is also a 'whitespace.diff' which removes trailing whitespace from text entries, removing double spaces.
> {code}
> -= Info about function 'SHARED' =-
> [Synopsis]
> Gets or sets the shared variable specified.
> [Description]
> Implements a shared variable area, in which you may share variables between
> channels.
> The variables used in this space are separate from the general namespace of the
> channel and thus ${SHARED(foo)} and ${foo} represent two completely different
> variables, despite sharing the same name.
> {code}
> Note how there is two spaces between $\{foo} and 'represent'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list