Displaying 2 results from an estimated 2 matches for "string9".
Did you mean:
string
2012 May 08
1
Extracting Hash-tagged word from Tweets
...anies #london2012, #olympics, #sport
I have used the under-listed code in Stringr which return these outputs I did not require:
> str_extract_all("#<-a-z, #<-A-Z", "[[string1:string10]]") [[1]]
character(0)
> str_extract_all("#<-a-z, #<-A-Z", "[[string9]]") [[1]]
character(0)
> str_extract_all("#=[1:10]", "#+a-z") [[1]]
character(0)
str_extract_all("#=[1:10]", "#+") [[1]]
[1] "#"
Positive help will be highly appreciated.
Mariam
[[alternative HTML version deleted]]
2017 Mar 18
5
AD integration not working after move/version
...s
write list = user9,user10,user11
[string5]
revalidate = yes
browseable = no
writeable = yes
valid users = @string5, at string6, at string7
path = /path/path
[string11]
path = /path/path2/path3
writeable = yes
valid users = @string9,string9
browseable = no
create mask = 0660
force group = groupx
[string8]
comment = Comment1 here
path = /path/string8
force group = userx
valid users = @string10, @string11
writeable = yes
Thankful for any assistance.