What is regular expression syntax?



What is regular expression syntax?..

Answer / Mohammad Ubaid

Regular expression (regex) syntax is a pattern-matching language used to search, replace, or manipulate text. In R, regular expressions can be used with functions like grep() and regexpr().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is s3 in r?

1 Answers  


What is GUI in R?

1 Answers  


Explain statistical functions performed by R?

1 Answers  


How can you load and use csv file in R?

1 Answers  


Why are the VCD and lattice packages used?

1 Answers  


Explain how to save graphs in R?

1 Answers  


Explain Disadvantages of R data visualization?

1 Answers  


What are covariances in R?

1 Answers  


How would you make multiple plots onto a single page in r?

1 Answers  


I have a string “contact@dataflair.com”. Which string function can be used to split the string into two different strings “contact@dataflair” and “com”?

1 Answers  


What is power analysis ?

1 Answers  


How you can start the r commander gui?

1 Answers  


Categories