Finding words containing minimum 1 vowel and a number at 3rd and 4th position
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How can I find the all the words from a list containing min 1 vowel at any position , and a number at 3rd or 4th position?
linux command-line sed grep
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
How can I find the all the words from a list containing min 1 vowel at any position , and a number at 3rd or 4th position?
linux command-line sed grep
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How can I find the all the words from a list containing min 1 vowel at any position , and a number at 3rd or 4th position?
linux command-line sed grep
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How can I find the all the words from a list containing min 1 vowel at any position , and a number at 3rd or 4th position?
linux command-line sed grep
linux command-line sed grep
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 mins ago
Adi
1
1
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Adi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago
add a comment |Â
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Adi is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
Adi is a new contributor. Be nice, and check out our Code of Conduct.
Adi is a new contributor. Be nice, and check out our Code of Conduct.
Adi is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479503%2ffinding-words-containing-minimum-1-vowel-and-a-number-at-3rd-and-4th-position%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is this part of a class? How much have you learned already, and what have you tried? I'd also claim that "word" is a loose term, given the existence of a number in or at the end of it...
â Jeff Schaller
7 mins ago