xxxxxxxxxx
I am an experienced sociologist at the Sekawan Kontrindo Company working on the Jambaran Tiung Biru project (specialization in gas/oil pipeline installation) in the Bojonegoro area, East Java as Project Control admin for 5 months, supporting Project Control with various control tasks. While working there, I had the opportunity to recruit 120 new members who will join the company, where I help with Human Resources Development tasks, so that I know the process of recruiting new people who will join the company.
xxxxxxxxxx
validPattern = "^[a-zA-Z0-9]{10}$"; // alphanumeric exact 10 letters
this.projectForm = this.fb.group({
CIG: [null, [Validators.required, Validators.pattern(this.validPattern)],
xxxxxxxxxx
import re
string = "abc 123 xyz"
pattern = r'\w+' # Matches one or more alphanumeric characters
matches = re.findall(pattern, string)
print(matches)
xxxxxxxxxx
I am an experienced sociologist at the Sekawan Kontrindo Company working on the Jambaran Tiung Biru project (specialization in gas/oil pipeline installation) in the Bojonegoro area, East Java as Project Control admin for 5 months, supporting Project Control with various control tasks. While working there, I had the opportunity to recruit 120 new members who will join the company, where I help with Human Resources Development tasks, so that I know the process of recruiting new people who will join the company.