ഓരോ വരിയിലും Prefix / Suffix ചേർക്കുക

Multiline block-ിലെ ഓരോ വരിയുടെയും തുടക്കത്തിലോ അവസാനത്തിലോ അതേ text ചേർക്കുക.

Blank lines ഒഴിവാക്കാം, indentation-ന്റെ ശേഷം insert ചെയ്യാം, trailing whitespace-ിനു മുമ്പ് suffix ചേർക്കാം, numbering-ിന് `{n}` ഉപയോഗിക്കാം.

എല്ലാം നിങ്ങളുടെ browser-ിൽ തന്നെ പ്രവർത്തിക്കുന്നു. Source text-ും ചേർത്ത strings-ഉം സൂക്ഷിക്കുന്നില്ല.

ഈ tool എന്ത് ചെയ്യുന്നു

Quote markers, bullet prefixes, trailing commas, tags, labels, quick numbering എന്നിവയ്ക്കായി ഇത് ഉപയോഗിക്കുക. Blank lines skip ചെയ്യണമോ, prefix indentation-ിനു മുമ്പോ ശേഷമോ വരണമോ, suffix trailing spaces-ിനു മുമ്പിൽ തന്നെ നിലനിർത്തണമോ എന്നിവ നിയന്ത്രിക്കാം.

എങ്ങനെ ഉപയോഗിക്കാം

  1. ഓരോ വരിയുടെയും start അല്ലെങ്കിൽ end-ിൽ ചേർക്കേണ്ട text നൽകുക.
  2. ആവശ്യമെങ്കിൽ blank-line skipping അല്ലെങ്കിൽ numbering ഓൺ ചെയ്യുക.
  3. Multiline text paste ചെയ്യുക; result സ്വയം പുതുക്കപ്പെടും.
  4. Copy, download, അല്ലെങ്കിൽ result input-ിലേക്ക് തിരിച്ചു മാറ്റി അടുത്ത pass നടത്തുക.

ഉദാഹരണങ്ങൾ

വരികളെ quote block ആക്കുക

Input

Alpha
Beta
Gamma

Output

> Alpha
> Beta
> Gamma

ഓരോ വരിയുടെയും അവസാനം comma ചേർക്കുക

Input

apple
banana
orange

Output

apple,
banana,
orange,

Blank lines ഒഴിവാക്കി വരികൾക്ക് നമ്പർ നൽകുക

Input

Task A

Task B
Task C

Output

1. Task A

2. Task B
3. Task C

പദാവലി

Prefix

ഓരോ വരിയുടെയും തുടക്കത്തിൽ ചേർക്കുന്ന text.

Suffix

ഓരോ വരിയുടെയും അവസാനം ചേർക്കുന്ന text.

ശൂന്യ വരികൾ ഒഴിവാക്കുക

Blank അല്ലെങ്കിൽ whitespace-only lines untouched ആയി വിടുന്ന setting.

FAQ

Blank lines ഒഴിവാക്കാനാകുമോ?

അതെ. Skip blank lines default ആയി enabled ആണ്. Advanced options-ൽ whitespace-only lines blank ആയി കണക്കാക്കണമോ എന്നും തീരുമാനിക്കാം.

Indentation-ിനു ശേഷം insert ചെയ്യാനാകുമോ?

അതെ. Prefix insertion position After indentation ആക്കുക; അപ്പോൾ ആദ്യത്തെ spaces അല്ലെങ്കിൽ tabs intact ആയി തുടരും.

Numbering എങ്ങനെ ചേർക്കാം?

Enable numbering ഓൺ ചെയ്ത് prefix അല്ലെങ്കിൽ suffix-ൽ `{n}` വയ്ക്കുക. Start value, step, zero-padding എന്നിവയും സജ്ജമാക്കാം.

Locale digits എന്തിനാണ്?

Current page language അനുസരിച്ച് നമ്പറുകൾ format ചെയ്യാൻ ശ്രമിക്കുന്നു; plain ASCII digits-ിന് പകരം. Environment അത് clean ആയി support ചെയ്യില്ലെങ്കിൽ ASCII digits-ലേക്ക് fallback ചെയ്യും.

എന്റെ text എവിടെയെങ്കിലും save ചെയ്യുമോ?

ഇല്ല. Source text, ചേർത്ത strings എന്നിവ save ചെയ്യുകയുമില്ല, server-ിലേക്ക് അയക്കുകയുമില്ല.

കുറിപ്പുകൾ

  • ഇത് adding tool മാത്രം ആണ്. നിലവിലുള്ള prefixes അല്ലെങ്കിൽ suffixes സ്വയം നീക്കംചെയ്യാൻ ശ്രമിക്കില്ല.
  • Unicode normalize ചെയ്യില്ല; അതിനാൽ combining marks, RTL text എന്നിവ original-ിനോട് കഴിയുന്നത്ര അടുത്തതായി തുടരും.
  • ഈ tool-ിന് share URL ഇല്ല; അതിനാൽ നിങ്ങളുടെ text, added strings എന്നിവ address bar-ൽ ഒരിക്കലും വരില്ല.