Answers for "first capital and small lettere search in react antive"

1

react native capitalize first letter

<Text>{str.charAt(0).toUpperCase() + str.slice(1);}</Text>
Posted by: Guest on June-07-2021

Code answers related to "first capital and small lettere search in react antive"

Browse Popular Code Answers by Language