krasa/StringManipulation

align and split to new line feature

charygao opened this issue · 0 comments

image

please add feature to cover:

" id, username, password, avatar, expired, credentials_expired, locked, phone, real_name,
nickname, gender, roles, birthday, email, office_phone, created_at, updated_at, enabled, "

to

"
id,
username,
password,
avatar,
expired,
credentials_expired,
locked,
phone,
real_name,
nickname,
gender,
roles,
birthday,
email,
office_phone,
created_at,
updated_at,
enabled,
permissions,
inst_id
"
split by given character (,) to new line,and align them

thank you.